func github.com/andybalholm/brotli.hash1

5 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L19: func hash1(p []byte, shift uint, length uint) uint32 {
		compress_fragment_two_pass.go#L267: 		for next_hash = hash1(input[ip:], shift, min_match); ; {
		compress_fragment_two_pass.go#L296: 				assert(hash == hash1(input[ip:], shift, min_match))
		compress_fragment_two_pass.go#L302: 				next_hash = hash1(input[next_ip:], shift, min_match)
		compress_fragment_two_pass.go#L450: 			next_hash = hash1(input[ip:], shift, min_match)